Skip to content

Bump hf-xet from 1.1.1 to 1.1.3 #240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Bumps hf-xet from 1.1.1 to 1.1.3.

Release notes

Sourced from hf-xet's releases.

[v1.1.3] Bug Fixes: Resumable Uploads, Shard cache limit, and more

✨ New Features and Improvements

  • Resume Uploads for interrupted sessions
  • Shard Cache now has size limits (thanks for filing @​danielhanchen) Fixes #350
  • Improved XORB compression method determination
  • Debug symbols as a single artifact (with instructions on how to apply them!)
  • Reduced binary sizes by collapsing versions of dependent rust crates

🐛 Bug Fixes

  • Sync up Cargo.lock/Cargo.toml (thanks for filing @​lahwaacz!) Fixes #342
  • Improved Download resiliency

What's Changed

Full Changelog: huggingface/xet-core@v1.1.2...v1.1.3

v1.1.3-dev0

What's Changed

... (truncated)

Commits
  • 437f5fc Release 1.1.3 version bump (#370)
  • e770ac7 Reference correctness tests for chunker (#366)
  • 5f611bd Rename Chunk in the MerkleDB implementation to ChunkInfo. (#367)
  • b39e0a0 Debug Symbol cleanup and instructions (#348)
  • 9b90b8b chunk deserialization special error when chunk header is a xorb footer (#363)
  • 1b9a5fc Make shard session resume robust to multiple sessions. (#365)
  • 419724d Bugfix for issue with shard resume consolidation (#364)
  • 9b4f8ff Move batch file uploads to FileUploadSession. (#362)
  • be27cc4 Report completion speed with progress updates (#361)
  • 24fbdff limit concurrent gets and update segment size tuner config (#360)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 16, 2025
Bumps [hf-xet](https://github.com/huggingface/xet-core) from 1.1.1 to 1.1.3.
- [Release notes](https://github.com/huggingface/xet-core/releases)
- [Commits](huggingface/xet-core@v1.1.1...v1.1.3)

---
updated-dependencies:
- dependency-name: hf-xet
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/hf-xet-1.1.3 branch from 55deb00 to c46a47e Compare June 18, 2025 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants